coordinateBoundsForCamera

abstract fun coordinateBoundsForCamera(@NonNull() camera: CameraOptions): CoordinateBounds

Returns the `coordinate bounds` for a given camera.Note that if the given `camera` shows the antimeridian, the returned wrapped `coordinate bounds`might not represent the minimum bounding box.

Return

The `coordinate bounds` object representing a given `camera`.

Parameters

camera

The `camera options` to use for calculating `coordinate bounds`.